home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / PERMS.IN_ / perms.inf
Windows Setup INFormation  |  1996-07-21  |  3KB  |  139 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. ClassGUID={00000000-0000-0000-0000-000000000000}
  4. LayoutFile=layout.inf
  5.  
  6.  
  7. [Directories]
  8. ;
  9. ; ACLs for directories themselves
  10. ;
  11. ; LHS is directory: if starts with \ then relative to
  12. ; drive containing system, otherwise relative to sysroot
  13. ;
  14. ; RHS1 is ACL to put on directory itself; looked up in [ACL] section
  15. ; RHS2 is default ACL for files in that directory, looked up in [ACL section]
  16. ; If not present then files in that dir are not stamped with an ACL by default.
  17. ;
  18. "" = d1,f1                ; don't use \ or we think it's x:\ (which is bad)
  19. system32 = d1,f1
  20. system32\config = d2,f1
  21. system32\drivers = d3,f1
  22. system = d1,f1
  23. system32\os2 = d1,f1
  24. system32\ras = d4,f1
  25. system32\os2\dll = d1,f1
  26. system32\spool = d5,f1
  27. system32\spool\drivers = d5,f3
  28. system32\spool\drivers\w32x86\2 = d5,f3
  29. system32\spool\printers = d5,f3
  30. system32\spool\prtprocs = d5,f3
  31. system32\spool\prtprocs\w32x86 = d5,f3
  32. system32\dhcp = d3,f1
  33. repair = d6,f1
  34. system32\drivers\etc = d3,f1
  35. system32\spool\drivers\w32x86 = d5,f1
  36. system32\viewers = d1,f1
  37. inf = d1,f1
  38. help = d1,f1
  39. fonts = d1,f1
  40. config = d1,f1
  41. Media = d1,f1
  42. Cursors = d1,f1
  43. system32\repl = d3
  44. system32\repl\import = d7
  45. system32\repl\import\scripts = d7
  46. system32\repl\export = d7
  47. system32\repl\export\scripts = d7
  48.  
  49. \users = d8
  50. \users\default = d9
  51. \ = d10
  52. \temp = d10
  53.  
  54.  
  55. [FileOverride]
  56. ;
  57. ; Files that are not listed here get default for their directory
  58. ; The left hand side is the file name relative to sysroot. RHS is
  59. ; the ACL spec, which is looked up in [ACL]
  60. ;
  61. system32\autoexec.nt = f2
  62. system32\cmos.ram = f2
  63. system32\config.nt = f2
  64. system32\decpsmon.dll = f3
  65. system32\decpsmon.hlp = f3
  66. system32\hpmon.dll = f3
  67. system32\hpmon.hlp = f3
  68. system32\localmon.dll = f3
  69. system32\midimap.cfg = f2
  70. win.ini = f4
  71.  
  72. [ExtraFiles]
  73. ;
  74. ; Use only for files that are not listed in layout.inf for some reason.
  75. ; LHS is path relative to sysroot (if not starting with \) or a full path
  76. ; for the drive with the system on it (starting with \)
  77. ;
  78. ; RHS is ACL.
  79. ;
  80. system32\wins\system.mdb = f1
  81.  
  82. [ServerACL]
  83. ;
  84. ; List of ACL profiles for server security
  85. ;
  86. d1 = 2,13,4,10,17
  87. d2 = 14,4,2,17
  88. d3 = 15,4,2,9,17
  89. d4 = 15,4,2,9,13,17
  90. d5 = 15,4,2,9,6,17
  91. d6 = 2,4,9,15,17,18
  92. d7 = 15,10,2,7,4,17
  93. d8 = 14,3,1,17
  94. d9 = 12,4,17
  95. d10= 2,13,4,10,17
  96.  
  97. f1 = 2,15,10,17
  98. f2 = 2,13,10,17
  99. f3 = 2,15,9,6,17
  100. f4 = 11
  101.  
  102. [WorkstationACL]
  103. ;
  104. ; List of ACL profiles for workstation security
  105. ; Also used for member servers so this section
  106. ; appears in both versions of the inf
  107. ;
  108. d1 = 2,13,4,17
  109. d2 = 2,4,14,17
  110. d3 = 15,4,2,17
  111. d4 = 15,4,2,13,17,18
  112. d5 = 15,4,2,17,18
  113. d6 = 2,4,15,17,18
  114. d7 = 15,2,7,4,17
  115. d8 = 14,3,17
  116. d9 = 12,4,17
  117. d10= 2,13,4,17
  118.  
  119. f1 = 2,15,17
  120. f2 = 2,13,17
  121. f3 = 2,15,17,18
  122. f4 = 11
  123.  
  124.  
  125. [BootFiles]
  126. ;
  127. ; x86 boot files and the root of C:
  128. ;
  129. \ = d1
  130. \boot.ini = f1
  131. \ntbootdd.sys = f1
  132. \ntdetect.com = f1
  133. \ntldr = f1
  134.  
  135. [Strings]
  136. ;
  137. ; Empty
  138. ;
  139.